home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / write.h < prev    next >
Text File  |  1996-07-10  |  593b  |  27 lines

  1.   struct WRITE
  2.   {
  3.      char command;
  4.      short station_id;
  5.      struct xmone *xm1;
  6.      struct xmtwo *xm2;
  7.      short buffer_len_one;
  8.      short buffer_len_two;
  9.      struct one *pbo;
  10.      struct two *pbt;
  11.      short *close_data;
  12.      };
  13.  struct one{
  14.      char outbuf[255];
  15.      };
  16.  struct two{
  17.      char buf_begin;
  18.      char buf_end;
  19.      };
  20.  struct TGET{
  21.      short station_id;     /*¿ñÑ¡Γ¿Σ¿¬áΓ«p ßΓᡵ¿¿*/
  22.      short buffer_left;    /*¬«½¿τÑßΓó« «ßΓáóΦ¿σß∩ íπΣÑp«ó*/
  23.      char buffer_get;      /*¬«½¿τÑßΓó« íπΣÑp«ó ñ½∩ »«½πτÑ¡¿∩*/
  24.      char res[3];
  25.      struct one *xm1;           /*áñpÑß »Ñpó«ú« »p¿¡∩Γ«ú« íπΣÑpá*/
  26.      };
  27.